home *** CD-ROM | disk | FTP | other *** search
- Path: news.infi.net!not-for-mail
- From: kermit@infi.net (Kermit Woodall)
- Newsgroups: comp.sys.amiga.graphics,comp.sys.amiga.applications
- Subject: Re: ImageFx: Joining pictures into a large one?
- Followup-To: comp.sys.amiga.graphics,comp.sys.amiga.applications
- Date: 17 Jan 1996 17:24:03 GMT
- Organization: InfiNet
- Message-ID: <4djbbj$1fh@news.infi.net>
- References: <1996Jan16.205909.1@cc.helsinki.fi>
- NNTP-Posting-Host: larry.infi.net
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- ronkko@cc.helsinki.fi wrote:
- : How can I join in ImageFx 2.1 two separate pictures into one large image,
- : so that the originals do not overlap but are 'weldered' together side by side?
- : I suppose this feature must be present because ImageFx is marketed as a
- : professional tool, but I have not been able to find that feature from the
- : manual. So, on what page(s) is that explained? I have found so far only
- : how to combine _overlapping_ pictures of identical size...
- :
- The simple answer is that you load the images as brushes and stamp/draw them
- onto a new image. For example:
-
- Create a buffer twice as wide as your images.
- Load the first image as a brush.
- Go to Pen Options menu, Select Get Brush Size, Get Brush Offset, Grid On.
- Stamp the loaded image down in the first grid block.
- Load the second image as a brush and stamp it on the second grid block.
-
- Mind you, using the grid here is just to make it simple and automatic
- when making a montage of images. You can skip that step and do it by
- hand if you want a more personalized look for the final result.
-
- Kermit Woodall
- Nova Design, Inc.
- Kermit@cup.portal.com
-
- --
-